home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- set -e
-
- if [ "$1" = configure ] && dpkg --compare-versions "$2" lt "2.27.1-1ubuntu1" ; then
- update-alternatives --quiet --remove-all gnome-video-thumbnailer || true
- update-alternatives --quiet --remove-all totem || true
- fi
-
- # Automatically added by dh_installmenu
- if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
- update-menus
- fi
- # End automatically added section
- # Automatically added by dh_pysupport
- if which update-python-modules >/dev/null 2>&1; then
- update-python-modules totem.private
- fi
- # End automatically added section
-
-
- exit 0
-
-